Data Management APIs
- Allocation
- Activity Log
- Audience
- Audience Attribute
- Audience Segment
- Auth and User
- Campaign
- Catalog
- Creative
- Analytic
- Billing
- System
- License
- Media Library
- Placement Catalog
- Placement
Decision APIs
- Cache Management
- Configuration
- Ad Serving
- Ad Log
- Activity Log
Placement
Get a placement
지면을 조회합니다.
GET
/
placements
/
{id}
curl --request GET \
--url https://your_a2_service/placements/{id} \
--header 'Authorization: Bearer <token>'
{
"campaign_permission": {
"black": [],
"white": []
},
"created_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"display": {
"clktype": 1,
"displayfmt": {
"ext": {},
"h": 250,
"w": 300
},
"h": 250,
"mime": [],
"nativefmt": {
"ext": {}
},
"w": 300
},
"ext": {
"approval_method": "admin",
"display": {
"enabled": 0
},
"native": {
"enabled": 0
},
"payout": "rates",
"responsive": "fixed",
"target_ecpm": 0,
"video": {
"enabled": 0
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_active": false,
"name": "<string>",
"no": 123,
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"clktype": 1,
"ctype": [
2
],
"delay": 0,
"h": 300,
"linear": 0,
"maxdur": 0,
"mime": [],
"mindur": 0,
"playmethod": [],
"ptype": 1,
"skip": 0,
"skipafter": 0,
"skipmin": 0,
"w": 480
}
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
지면 ID
Response
200
application/json
Successful Response
지면 엔티티를 위한 스키마.
이 페이지가 도움이 되었나요?
curl --request GET \
--url https://your_a2_service/placements/{id} \
--header 'Authorization: Bearer <token>'
{
"campaign_permission": {
"black": [],
"white": []
},
"created_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"display": {
"clktype": 1,
"displayfmt": {
"ext": {},
"h": 250,
"w": 300
},
"h": 250,
"mime": [],
"nativefmt": {
"ext": {}
},
"w": 300
},
"ext": {
"approval_method": "admin",
"display": {
"enabled": 0
},
"native": {
"enabled": 0
},
"payout": "rates",
"responsive": "fixed",
"target_ecpm": 0,
"video": {
"enabled": 0
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_active": false,
"name": "<string>",
"no": 123,
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"clktype": 1,
"ctype": [
2
],
"delay": 0,
"h": 300,
"linear": 0,
"maxdur": 0,
"mime": [],
"mindur": 0,
"playmethod": [],
"ptype": 1,
"skip": 0,
"skipafter": 0,
"skipmin": 0,
"w": 480
}
}
어시스턴트
Responses are generated using AI and may contain mistakes.